header .header-container .nav-box .nav-mid .navbar-nav li a {
    min-width: 20px;
    font-size: 14px;
    font-family: "Microsoft YaHei UI";
    color: #fff;
    height: 40px;
    line-height: 15px;
    padding: 13px 30px;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
}

header .header-container .nav-box .nav-mid .navbar-nav li a.active {
    box-sizing: border-box;
    background-color: rgb(255, 127, 0);
}

header .header-container .nav-box .nav-mid .navbar-nav li {
    float: left;
    height: 60px;
    text-align: center;
    list-style: none;
    padding-top: 15px;
    margin: 0
}

header .header-container .nav-box {
    height: 70px;
    float: right;
}

header .header-container {
    padding-right: 120px;
    background-color: rgba(0, 0, 0, .5);
}

header .header-container .logo img {
    width: 212px;
    height: 40px;
    margin-top: 15px;
    margin-left: 118px
}

footer{
    background-color: rgb(47,50,87);
    padding-top: 20px;
}
footer a{
    color: rgb(135,133,139);
    text-decoration: none ;
}
footer a:focus{
    outline-style: none;
}
.internet-content-provider:hover{
    color: #428bca;
}

footer a:hover{
    color: rgb(135,133,139);
    text-decoration: none ;
}
footer .footer-container{
    width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
footer .footer-container .classify{
    margin-right: 50px;
}
footer .footer-container h4{
    color: #fff;
}
footer .footer-container .classify div{
    margin-top: 20px;
    display: flex;
}
footer .footer-container .classify ul{
    color: rgb(135,133,139);
    width: 100px;
    list-style: none;
    padding: 0;
}
footer .footer-container .classify ul li{
    margin-bottom: 8px;
}
footer .footer-container .vertical-moulding{
    margin-top: 10px;
    margin-right: 50px;
    height: 192px;
    width: 0;
    border-left: rgb(125,125,125) solid 1px;
}
footer .footer-container .QRcode{
    width: 110px;
    padding-top: 10px;
}
footer .footer-container .QRcode .code{
    width: 110px;
    height: 110px;
}
footer .footer-container .QRcode h4{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}
footer .hot-line{
    color: rgb(159,156,156);
    text-align: center;
}
footer .copyright{
    padding-top: 20px;
    color: rgb(159,156,156);
    height: 60px;
    background-color: rgb(47,50,87);
}
footer .copyright p{
    font-size: 14px;
    font-weight: 200;
    text-align: center;
}